home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / pgp20src.zip / CONFIG.TXT < prev    next >
Text File  |  1992-08-31  |  4KB  |  92 lines

  1. # Sample config.txt file for PGP 2.0.  
  2. # Blank lines are ignored, as is anything following a '#'.
  3. # Keywords are not case-sensitive.  
  4.  
  5. # MyName is substring of default user ID for secret key to make signatures.
  6. # If not set, PGP will use the first key on your secret keyring (the last
  7. # key you created) if you don't specify the user with -u
  8. # MyName = "Bullwinkel"
  9.  
  10. # The language we will be using for displaying messages to the user.  
  11. #
  12. # Available languages:
  13. #   en = English (default), es = Spanish, fr = French, 
  14. #   de = German, nl = Dutch, it = Italian, esp = Esperanto,
  15. #   lv = Latvian, lt3 = Lithuanian, ru = Russian
  16. #
  17. # Languages not yet available:
  18. #   fi = Finnish, hu = Hungarian, no = Norwegian, pt = Portugese,
  19. #   sv = Swedish, da = Danish, is = Icelandic,
  20. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  21. #   el = Greek, tr = Turkish, ja = Japanese
  22. #
  23. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  24. # Representation of Names of Languages"
  25. Language = en
  26.  
  27. # Character set for displaying messages and for conversion of text files.
  28. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  29. # character set conversions if TextMode = on or if you specify the -t
  30. # option when encrypting or signing a file.
  31. # Available character sets:
  32. #   latin1, cp850, alt_codes, koi8, ascii
  33. #
  34. # For MSDOS with a standard character set you should use cp850 to get
  35. # correct character translations.  Russian character sets for MSDOS are
  36. # usually alt_codes.
  37. #
  38. # The default for CharSet is "noconv" which means no character conversion.
  39. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  40. #
  41. # CharSet = cp850
  42.  
  43. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  44. # TMP = "e:\"     # Can be overridden by environment variable TMP
  45.  
  46. # Pager is the file viewing program used for viewing messages with -m
  47. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  48. # in config.txt will override the environment variable PAGER.
  49. # Pager = "list"
  50.  
  51. # ArmorLines is the maximum number of lines per packet when creating a
  52. # transport armored file.  Set to 0 to disable splitting in parts.
  53. Armorlines = 720
  54.  
  55. # Default flags to set...
  56.  
  57. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  58. # TextMode = on       # Attempt to use -t option where applicable
  59. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  60. # verbose = on        # verbose diagnostic messages
  61. # compress = off      # off means suppress compression to aid debugging
  62. # showpass = on       # Echo password when user types it
  63.  
  64.  
  65. # BakRing is the path to a backup copy of your secret keyring, usually
  66. # on floppy disk.  Your secret keys will be compared with the backup copy
  67. # when doing a keyring check (pgp -kc)
  68. # BakRing = "a:\secring.pgp"
  69.  
  70. # Number of completely trusted signatures needed to make a key valid.
  71. Completes_Needed = 1
  72.  
  73. # Number of marginally trusted signatures needed to make a key valid.
  74. Marginals_Needed = 2
  75.  
  76. # How many levels of introducers may introduce other introducers.
  77. Cert_Depth = 4
  78.  
  79.  
  80. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  81. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  82. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  83. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  84. # However, if your MSDOS environmental variable TZ is properly defined 
  85. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  86. # shouldn't need to worry about setting TZFix.
  87. # TZFix = 0
  88.  
  89.  
  90.